﻿.cards {
    background: url(../../images/cardss.png) no-repeat center;
    background-position: top left;
    width: 100%;
    height: 45px;
    background-size: contain;
    margin-bottom: 50px;
    top: -20px;
    left: -1px;
    position: relative;
}

.digital-wallets-container {
    margin-bottom: 30px !important;
}

.use-saved-card-div .description {
    margin-bottom: 35px;
}

.field-validation-error {
    margin-top: 0px !important;
}

@media (max-width: 1199px) {
    .cards {
        top: 0px;
        background-position: top left;
        margin-bottom: 100px;
    }
}

#processPaymentWaiting .confirm {
    text-align: center;
}

#UploadVerifyButton {
    width: auto !important;
}

.select2-container--default .select2-selection--single {
    border: none !important;
}

#countryContainer .select2-container {
    margin-top: 0 !important;
}

#select2-BillingCountry-container {
    margin-top: 10px;
    margin-left: 5px;
}

#countryContainer .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
}

#phoneNumberContainer .form-control {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.select2 {
    list-style-type: none;
    border: 4px solid #EFEFEF;
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset !important;
    outline: medium none;
    background: none repeat scroll 0 0 #FBFBFB;
    color: #666666;
    margin: 0;
    width: 98% !important;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.select2 {
    border-radius: 0px;
}

.select2-container--default .select2-selection--single {
    height: 24px !important;
}

.select2-dropdown-label {
    top: -66px;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    list-style-type: none;
    border: none;
    color: #444;
    display: block;
    font-size: 13px !important;
    font-weight: 700;
    padding: 0 0 1px;
    float: none;
    visibility: visible;
    position: relative;
}

.header {
    box-shadow: 0 50px 0 0 #95134b;
    margin-bottom: 80px;
    box-sizing: border-box;
}

/* ======== nav ================= */
.nav-container {
    font-size: 0;
    background-color: #95134b;
}

.nav-container ul {
    text-align: right;
    padding: 0;
    position: relative;
    right: 40px;
    left: 0;
}

.nav-container li {
    display: inline-block;
    position: relative;
    padding: 0 5px;
}

.nav-container li a {
    transition: all 0.2s;
    display: block;
    border-radius: 5px;
    padding: 0 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
}

.nav-container > ul > li > a:hover {
    background: rgba(0, 0, 0, 0.1);
    color: #95134b;
}

.nav-container > ul > li.active > a {
    color: #fff;
    background: #000;
}

.nav-container > ul > li.active a {
}

.nav-container li {
    display: inline-block;
}

.nav-container li li.active a {
    color: #F23808;
}

.nav-container li span {
    display: none;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus {
    color: yellow;
    background-color: #95134b;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    background-color: #95134b;
    top: 60px;
    border-radius: 1px;
}

.dropdown-item {
    color: #fff;
    background-color: #95134b;
}

.dropdown-item:hover,
.dropdown-item:active,
.dropdown-item:focus {
    color: yellow;
    background-color: #95134b;
}

.imgLogo {
    transition: all 0.2s ease;
    width: 240px;
    top: 10px;
    display: block;
    left: 40px;
    text-indent: -9999px;
}


body {
    padding-top: 0px;
    padding-bottom: 0px;
}

.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn {
    border-radius: 0px;
}

.btn-circle {
    width: 56px;
    height: 56px;
    text-align: center;
    padding: 12px 0;
    font-size: 20px;
    line-height: 1.428571429;
    border-radius: 35px;
    margin-top: -14px;
    border: solid 3px #ccc !important;
    opacity: 1 !important;
    -webkit-box-shadow: inset 0px 0px 0px 3px #fff !important;
    -moz-box-shadow: inset 0px 0px 0px 3px #fff !important;
    -o-box-shadow: inset 0px 0px 0px 3px #fff !important;
    -ms-box-shadow: inset 0px 0px 0px 3px #fff !important;
    box-shadow: inset 0px 0px 0px 3px #fff !important;
    backgournd-color: #428bca;
}

.body-content .next .btn.btn-primary, #userContainer > form > div > .btn, .body-content .back .btn.btn-primary, .btn-user-management {
    font-weight: bold;
    text-align: center;
    box-sizing: border-box;
    border: 0;
    outline: 0;
    margin: 0;
    background: #95134b;
    color: #fff;
    border-radius: 50px;
    font-size: 16px;
    line-height: 100%;
    min-width: 100px;
    padding: 10px 25px;
    text-decoration: none !important;
}

.btn:hover,
.body-content .next .btn.btn-primary:hover,
.body-content .back .btn.btn-primary:hover {
    color: #fff !important;
    background-color: #000 !important;
    font-weight: bold !important;
    text-decoration: none !important;
}

#submitbtn:hover {
    color: #fff;
    font-weight: 300;
}

.body-head .title, #userContainer > .title, h4.title {
    font-size: 20px;
    line-height: 120%;
    margin-bottom: 20px;
    color: #95134b;
    font-weight: 300;
}

span.question,
span.questionToolTip, #userBranchID {
    display: none;
}

.modal-content {
    background-color: #ffffff;
    margin: 1% auto;
    border: none;
    width: 80%;
}

h1,
h2 {
    color: #95134b;
    margin-bottom: 20px;
}

.payment-buttons-option-color.active {
    background-color: #95134b;
}

h2 {
    font-size: 26px;
}

p,
ul {
    text-align: justify;
    font-weight: 300;
    box-sizing: border-box;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 140%;
    margin-bottom: 30px;
}

ul {
    padding-left: 20px;
}

a {
    color: #95134b;
}

a:hover {
    text-decoration: underline !important;
}

#accessibilitySpanBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#accessibilityBtn {
    background: none;
    border: none;
    color: #fff;
    font-size: 1.5em;
    cursor: pointer;
    padding: 0;
}

#accessibilityBtn:hover {
    text-decoration: underline;
}

.body-content input.form-control {
    list-style-type: none;
    border: 4px solid #EFEFEF;
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset !important;
    outline: medium none;
    background: none repeat scroll 0 0 #FBFBFB;
    padding: 6px 0 6px 6px;
    color: #666666;
    font-size: 19px;
    margin: 0;
    width: 98%;
}

.body-content .form-group.material label,
.body-content .form-group.static label {
    top: -40px;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    list-style-type: none;
    border: none;
    color: #444;
    display: block;
    font-size: 95%;
    font-weight: 700;
    padding: 0 0 1px;
    float: none;
}

.body-content .form-group.material input,
.body-content .form-group.static input {
    list-style-type: none;
    border: 4px solid #EFEFEF;
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
    outline: medium none;
    background: none repeat scroll 0 0 #FBFBFB;
    padding: 6px 0 6px 6px;
    color: #666666;
    font-size: 19px;
    margin: 0;
}

.body-content .form-group.amount:after {
    display: block;
    position: absolute;
    left: 10px;
    top: 0;
    line-height: 40px;
    font-size: 19px;
    color: #5A5A5A;
    font-weight: 100;
}

.body-content .form-group.amount input {
    padding: 0px 17px;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    top: -40px;
    font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    list-style-type: none;
    border: none;
    color: #444;
    display: block;
    font-size: 95%;
    font-weight: 700;
    padding: 0 0 1px;
    float: none;
}

#searchFilter {
    list-style-type: none;
    border: 4px solid #EFEFEF;
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
    outline: medium none;
    background: none repeat scroll 0 0 #FBFBFB;
    padding: 6px 0 6px 80px;
    color: #666666;
    font-size: 19px;
    margin: 0;
    font-weight: 100;
    top: 2px;
    position: relative;
}

#phoneCodeDropdown {
    z-index: 100;
    position: relative;
    border: none;
    left: 10px;
}

#phoneNumberLabel {
    left: 0px;
}

form[action="/Home/RecurringCardDetails"] p #Email,
.customDatePicker.row {
    display: none;
}

form[action="/User"] {
    .btn

{
    font-family: 'proxima-nova', sans-serif;
    font-weight: 300;
    text-align: center;
    box-sizing: border-box;
    border: 0;
    outline: 0;
    margin: 0;
    background: #95134b;
    color: #fff;
    border-radius: 5px;
    font-size: 16px;
    line-height: 100%;
    min-width: 100px;
    padding: 15px;
}

.btn:hover {
    color: #fff !important;
    background-color: #000 !important;
    font-weight: bold !important;
}

}

form[id="amount"] p {
    display: none;
}

.body-content .next.prev .btn.btn-primary {
    float: left;
}

label[for="StartDate"] {
    text-transform: none;
    font-size: 14px;
    font-weight: bold;
}

.order-confirmation button,
#payNuapay,
.nuapay {
    display: block;
    background: #95134b !important;
    color: #fff;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 300;
}

.displayList .description,
.displayList,
#payDetails {
    font-size: 16px;
    background-color: #efefef
}

#Cvc {
    width: 100px;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background: #95134b;
    border: 1px solid #95134b;
    color: #fff;
}

#payDetails > div.padding > label {
    display: inline-block;
    line-height: 2.2em;
    padding: 0 0.62em;
    border: 1px solid #666;
    border-radius: 0.25em;
    background-image: linear-gradient( to bottom, #fff, #ccc );
    box-shadow: inset 0 0 0.1em #fff, 0.2em 0.2em 0.2em rgba( 0, 0, 0, 0.3 );
    font-family: arial, sans-serif;
    font-size: 0.8em;
}

form[action="/Template/SmsTemplate"] > div > label:first-of-type, form[action="/Template/EmailTemplate"] > div > label:first-of-type {
    top: -35px !important;
    position: relative;
}

#verification > div.form-group.reference-container-2 {
    margin-top: 90px;
}
